ServiceSyncItems Method (StandardFolder, String, IListItemId) |
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic SyncItemsResponse SyncItems(
StandardFolder standardFolder,
string state,
IList<ItemId> ignoreItems
)
Public Function SyncItems (
standardFolder As StandardFolder,
state As String,
ignoreItems As IList(Of ItemId)
) As SyncItemsResponse
Parameters
- standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The StandardFolder that contains the items to synchronize with. - state
- Type: SystemString
The optional sync state that represents the point in time to start the synchronization. - ignoreItems
- Type: System.Collections.GenericIListItemId
The optional list of item IDs that should be ignored.
Return Value
Type:
SyncItemsResponseA list of changes that occurred in the specified folder.
See Also